home *** CD-ROM | disk | FTP | other *** search
/ The CICA Windows Explosion! / The CICA Windows Explosion! - Disc 1.iso / games / gomoku.zip / README.TXT < prev   
Text File  |  1994-12-08  |  1KB  |  38 lines

  1. This version of Gomoku was written a few years ago when I was in college.
  2. I decided to port it to Windows after seeing the Gomoku2 program in the
  3. CICA archive. Here is a feature summary:
  4.  
  5. 1. It is much easier on your eyes. The appearance is closer to the real
  6. thing. The board grows/shrinks with the window so it's especially nice
  7. on a big monitor.
  8.  
  9. 2. There is unlimited undo/redo. So cheat all you want.
  10.  
  11. 3. You can save games and resume play later.
  12.  
  13. 4. You can play with the computer or with a friend.
  14.  
  15. 5. The algorithm is based on a set of heuristic rules. It is not as
  16. (overly) aggressive as the Gomoku2 program. By being defensive for the
  17. first few moves and keep your eyes in focus, I found that you could beat
  18. Gomoku2 almost every time. Not that my algorithm is any better. I beat
  19. my program most of the time too. But the source code is available if you
  20. think you could do better. The intelligence part is totally isolated from
  21. UI. Just drop me an email.
  22.  
  23. 6. The program is fairly small. Just the executable file and no extra
  24. DLLs. There is no help files either though.
  25.  
  26. 7. Last but not the least, the program is totally free. You are free to
  27. do whatever you want with it.
  28.  
  29. 8. The program was done in VC++ 2.0 and then targeted for 16-bit Windows.
  30. Please email bug reports and/or comments to dxu@netcom.com.
  31.  
  32.  
  33. Enjoy.
  34.  
  35.  
  36. Dave
  37. dxu@netcom.com
  38.